home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / pfe0701p.zip / CHANGES.TXT next >
Text File  |  1997-03-25  |  82KB  |  2,030 lines

  1.                          Programmer's File Editor
  2.                       History of Development Changes
  3.                       ------------------------------
  4.                       
  5. Not all the versions whose numbers appear in the list below have been released
  6. publicly
  7.  
  8. Items are flagged thus:
  9.  
  10.   [PFE32]  : item is specific to the 32-bit edition on all platforms
  11.   [WIN95]  : item is specific to the 32-bit edition under Windows 95
  12.   [NT]     : item is specific to the 32-bit edition under Windows NT
  13.                (all platforms)
  14.   [NT-IN]  : item is specific to the 32-bit edition under Windows NT
  15.                (Intel platforms)
  16.   [NT-PPC] : item is specific to the 32-bit edition under Windows NT
  17.                (PowerPC platforms)
  18.   [PFE16]  : item is specific to the 16-bit edition
  19.  
  20.  
  21. 0.07.001
  22. --------
  23.  
  24. Added ability to save the keyboard macro recorded from typing, and added a
  25. macro library facility to support multiple concurrent macros
  26.  
  27. [PFE32] Filename captions for iconised windows are now set to be only the file
  28. title rather than a full pathname; a tooltip window shows the full pathname if
  29. the mouse cursor is allowed to dwell on the icon
  30.  
  31. Fixed bug causing the caret position to go wrong when replaying a macro that
  32. included typing sequences and vertical caret movements
  33.  
  34. Smarter look to print page headers and print line numbering
  35.  
  36. The status bar sizing grip is removed when the main window is maximized
  37.  
  38. [PFE32] The 32-bit Edition now stores all configuration data in the registry on
  39. a per-user basis in user-choosable "configuration sets". A utility program
  40. ini2reg.exe is supplied in the distribution set to convert ini files into the
  41. new registry data format
  42.  
  43. Filenames recorded in the MRU section of the ini file or registry are now
  44. quoted, avoiding failures with some legal long file names
  45.  
  46. Directory names recorded with DOS command lines or application command lines
  47. are now quoted, avoiding failures with some legal long file names
  48.  
  49. Added a "smart tabbing" facility. Shift+TAB is now bound by default to
  50. EditTextUndent to move selected text one tabstop left. By default, the
  51. EditInsertTab function (normally bound to the TAB key) inserts a TAB character
  52. as before; when "smart tabbing" is selected from the Options Preferences
  53. "Editing Files" panel, it will shift text one tab stop right if there is
  54. a highlight
  55.  
  56. The most-recently-used files list is now saved to the ini file or registry
  57. always, even if PFE starts in multi-instance mode. The previous behaviour,
  58. where the list is saved only in single-instance mode, can be set from the
  59. Options Preferences "General" panel
  60.  
  61. Highlights now indicate the virtual 'end of line' character at the ends of
  62. lines; some inaccuracies in highlighting have been corrected
  63.  
  64. The list of most-recently-used files can now be cleared from the Options
  65. Preferences "MRU List" panel
  66.  
  67. The File Print All command, and automatic printing of command line files,
  68. can now be set by an option in the Options Preferences "General Options" panel
  69. to print all files in a single spooler document, saving on separator pages when
  70. printing to a server
  71.  
  72. Fixed bug making PFE ignore the "Run Minimized" Program Manager setting if the
  73. last session ended maximized; however PFE will not start iconically if there
  74. are command line files
  75.  
  76. Files can now be associated with PFE via a new "Associations" panel in the
  77. dialog started by Options Preferences
  78.  
  79. Fixed bug causing the toolbar save button to remain lit if a file has been
  80. edited, is then changed by another application, and the user chooses to reload
  81. the disk version
  82.  
  83. Fixed bug where the Find and Replace dialogs could use the wrong strings, if
  84. a different-case form of the same string had been used previously
  85.  
  86. Fixed bug causing the CaretEndOfFile command (Ctrl+End) not to move to the end
  87. of the last line of the file if the caret is already within this line
  88.  
  89. [PFE32] Print headers now show time from the correct local timezone
  90.  
  91. F9 is now mapped by default to TemplateInsert as the help file claims
  92.  
  93. Fixed bug causing undo to be inaccurate or produce error messages when the
  94. current window modes include "strip trailing spaces" or "auto-indent"
  95.  
  96. Fixed bug causing the anchor point of a highlight to be incorrect when
  97. selecting text from the keyboard
  98.  
  99. Scroll speed when extending a selection with the mouse outside an edit window
  100. has been improved
  101.  
  102. More modern appearance to toolbar buttons
  103.  
  104. Handling of clicks of the right mouse button in edit windows has been enhanced
  105. and now shows a menu of common actions. Context help is no longer available
  106. with a double right click but can be obtained from the menu
  107.  
  108. The Template Insert dialog now starts with the focus in the list of templates,
  109. rather than in the list of template files, for more convenient use from the
  110. keyboard
  111.  
  112. Toolbar help is now presented in a friendlier way, with status bar messages
  113. showing as the mouse dwells on the buttons rather than only when the buttons
  114. are clicked
  115.  
  116. [PFE32] Fixed undesirable behaviour which would cause a floating toolbar to
  117. spontaneously anchor itself to a frame window edge when it was moved with full
  118. drag selected in Control Panel
  119.  
  120. [PFE32] The "no-go" cursor shown when the mouse is over the line number section
  121. of an edit window now uses the system's current standard "no-go" image
  122.  
  123. [PFE32] Fixed bug causing file opening to fail if a file name supplied on the
  124. command line or via a DDE link was wildcarded, and any of the names that it
  125. expanded to contained spaces
  126.  
  127. The caption in edit windows now contains an indicator to show if the file has
  128. been changed
  129.  
  130. [PFE32] Filenames supplied in 'mangled' 8.3 format are now converted to their
  131. long form automatically. This specifically affects opening files from the old-
  132. style common dialogs with multiple section active, and dropping files from
  133. Explorer onto desktop shortcuts
  134.  
  135. By default the File Open and File View commands no longer change the working
  136. directory; a new command File Change Directory has been added to allow easier
  137. management of this. The dialogs can be set to use the old behaviour from the
  138. Options Preferences "General Options" panel
  139.  
  140. Fixed bug that would cause the caret to become invisible in an edit window if a
  141. key was pressed while the left mouse button was held down
  142.  
  143. The Execute Launch Application and Execute Windows Tool dialogs now allow
  144. substitution of the filename in the current window into the command lines in
  145. the same way as for the Execute DOS Command To Window dialog
  146.  
  147. The various File Print dialogs no longer treat the absence of a defined system
  148. default printer as a fatal error
  149.  
  150. [PFE32] Under Windows 95 or Windows NT 4.0, the 32-Bit Edition now correctly
  151. translates shortcuts into the names of the files referred to when they are
  152. opened
  153.  
  154. Fixed bug causing the name of the backup file to be generated by truncating the
  155. original name at an internal dot, rather than at the one before the file type
  156.  
  157. The File Print All command now prints files in alphabetical order of the file
  158. name or window caption
  159.  
  160. The Execute DOS Command To Window, Execute Launch Application and Execute
  161. Windows Tool dialogs now allow the current file line number and column number
  162. to be substituted in commands as %l (el) and %c respectively
  163.  
  164. The 16-Bit Edition, and the 32-Bit Edition under Windows NT 3.51, now show more
  165. file filters in the "List Files of Type" box in file opening dialogs
  166.  
  167. Added a File Change To File's Directory command on the main menu and right-
  168. click context menu to automatically change directory to the one containing the
  169. current file
  170.  
  171. The Options Preferences "MRU List" panel now contains an option to specify that
  172. the current directory should be changed whenever a file is opened from the MRU
  173. list in the File menu
  174.  
  175. Fixed bug causing the caret to vanish if actions in the Execute Configure
  176. Windows Tools dialog generated message boxes
  177.  
  178. If a non-existent file is named on the command line for editing, PFE will now
  179. prompt and give the option for it to be created as an empty file and edited
  180.  
  181. Added a Window Restore All command to restore all icons into windows in a
  182. single operation
  183.  
  184. Fixed bug causing a DBWIN error to be logged using debug mode Windows when the
  185. Edit Text Insert ASCII Code is used
  186.  
  187. Fixed bug causing a reverse find operation on a single character target string
  188. to stick at the first match
  189.  
  190. Fixed bug causing the "Add Ctrl+Z At End" file save option checkbox to get out
  191. of state in the Options Current Modes dialog
  192.  
  193. [PFE32] Fixed bug causing spurious messages about the disk copy of a file being
  194. changed to appear if a file dragged&dropped onto PFE could not be opened for
  195. any reason
  196.  
  197. Fixed bug causing cursor and other keys to stop working if activation is taken
  198. away from PFE using Ctrl+AltGR+Del or Ctrl+RightAlt+Del or RightAlt+Tab
  199.  
  200. Fixed bug causing wildcard pattern matching of filenames in mode groups to fail
  201. if the test filename contained multiple dots
  202.  
  203. [PFE32] The Execute Windows Explorer command now starts Explorer in the current
  204. working directory rather that at the system root level
  205.  
  206. [NT] The Execute Task Manager command is now available under Windows NT 4.0
  207.  
  208. Command lines containing quotes should now be handled correctly by the Execute
  209. DOS Command To Window and Execute Launch Application commands
  210.  
  211. The command processor used by the Execute DOS Command To Window command can now
  212. be set in the Options Preferences "Command Processor" command. You can specify
  213. the path to an executable and additional options, for example to select a non-
  214. default environment size
  215.  
  216. [PFE32] When the selected backup mode is to use a file with a specific
  217. extension (by default ".$$$") the 32-Bit Edition will now append this to the
  218. existing name, rather than replacing any previous extension; the old behaviour
  219. can be selected from the "Backup" panel of the Options Preferences command
  220.  
  221. [PFE32] When the File Save As command is used and the name of an existing file
  222. is typed rather than selected from the dialog, PFE now preserves the existing
  223. capitalisation
  224.  
  225. The Execute Configure Windows Tools and Execute Launch Windows Tools commands,
  226. and all the associated functionality, have been removed. The Execute Menu is
  227. now configurable via the Options Preferences command's "Execute Menu" panel,
  228. providing the ability to associate commands of your choice (whether independent
  229. processes or involving output capture) with the menu items of your choice
  230.  
  231. Fixed bug where the case of commands executed in the Execute DOS Command To
  232. Window and Execute Launch Application dialogs would not be respected if an
  233. earlier string with different capitalisation had been used
  234.  
  235. [PFE32] Fixed bug causing the PFE main window not to appear when run for the
  236. first time on Windows 95 or Windows NT 4 for the first time, with certain
  237. specific properties set for the task bar
  238.  
  239. Added a "Working Directory" panel to the Options Preferences dialog, allowing
  240. the initial directory that PFE starts in to be either the one specified by the
  241. shortcut or ProgMan icon that starts it; or the one the last session was using
  242. when it ended; or a fixed, user-specified path
  243.  
  244. Fixed bug causing window colours to be set wrongly when File Save As or
  245. File Name changes a file name, and the resulting window should use control-
  246. panel default colours
  247.  
  248. Fixed bug causing the "Wrap long lines when printing" option set in Options
  249. Curent Modes and Options Default Modes not to be applied
  250.  
  251. Fixed bug causing the Copy and Cut toolbar buttons not to be enabled by the
  252. Edit Text Match Brace Select and Edit Text Widen Brace Select commands
  253.  
  254. Added File Open Selection command, which treats the current selection as a
  255. filename and attempts to open it for editing
  256.  
  257. Fixed bug causing the "Save clears undo actions" option set in the Options
  258. Preferences "Saving Files" panel not be to be remembered across sessions
  259.  
  260. Fixed bug causing the DDE command CaretHome() to always have no effect and
  261. return a fail code
  262.  
  263. Fixed bug causing the Undo toolbar button and menu item not to be set correctly
  264. when moving between windows
  265.  
  266. General release 27 March 1997
  267.  
  268. 0.06.002
  269. --------
  270.  
  271. Added Edit Text Reformat and Edit Text ReformatParagraph commands to reformat
  272. existing text to the current wrap margin
  273.  
  274. [NT] Many changes to handle long file names with embedded spaces when using the
  275. old style common dialogs. To overcome deficiencies in Windows when using the
  276. File Open and File View dialogs, by default only one file can now be opened at
  277. a time, in which mode all long file names are handled correctly. The Options
  278. Preferences "General Options" panel allows the dialogs to be set for multiple
  279. selection, at the cost of having long file names containing spaces appear as
  280. 8.3 names
  281.  
  282. Fixed bug causing the options list box in the Options Preferences dialog to
  283. cover the buttons below with some displays
  284.  
  285. Fixed bug which caused some sizes of some screen fonts to be remembered
  286. incorrectly between sessions
  287.  
  288. Fixed bug which caused some printer fonts to be remembered incorrectly between
  289. sessions
  290.  
  291. Fixed bug preventing the Options Key Mapping command being used from a mapped
  292. keyboard key
  293.  
  294. [PFE32] Print Setup now works correctly under Windows 95 and Win32s. The
  295. printing dialogs' appearances have changed slightly
  296.  
  297. [PFE32] Under Windows 95 and Windows NT with the new user-interface shell, all
  298. dialogs now have the correct new-style appearance with non-bold fonts
  299.  
  300. [PFE32] Under Windows 95 and Windows NT with the new user-interface shell, the
  301. Explorer dialogs are now used for all file open and save operations
  302.  
  303. [PFE32] General improvements to appearance under Windows 95 and the new-style
  304. Windows NT shell
  305.  
  306. The status bar now includes a sizing grip in the bottom right corner of the
  307. main window
  308.  
  309. Fixed bug restricting the wrap column specified in the Options Current Modes
  310. and Options Default Modes "Text Formatting" panel to 2 digits
  311.  
  312. Added command Execute Explorer to run the Windows 95 Explorer; this
  313. functionality is available in both the 16-bit and 32-bit editions when run on a
  314. system with the Windows 95 user interface
  315.  
  316. To follow Windows 95 practice, a right mouse click in the application workspace
  317. area now brings up a menu of common actions rather than directly opening a file
  318.  
  319. The printing system and the associated user interfaces have been extensively
  320. reworked to cure bugs, function reliably under Windows 95 and Win32s, and to
  321. operate more in line with other Windows applications:
  322.   - The common print dialogs are now used instead of custom ones
  323.   - Page margin selection and font selection are now handled by a new
  324.     File Page Setup command rather than from the File Print Setup
  325.     dialog
  326.   - Each session of PFE now uses the system default printer initially;
  327.     however page setup and font details are still recorded for each
  328.     printer used
  329.  
  330. [PFE32] Printing should now work reliably under Win32s
  331.  
  332. [WIN95] Printing should now work reliably under Windows 95
  333.  
  334. [NT] Fixed a bug preventing printing to some network devices whose descriptions
  335. contained spaces
  336.  
  337. Toolbar button clicks and status bar clicks are now recorded in keyboard macros
  338.  
  339. The capacity of a keyboard recording has been substantially increased
  340.  
  341. Execution of keyboard recordings can now be interrupted by pressing Escape
  342.  
  343. Fixed bug causing GPF when the clipboard viewer chain was changed by another
  344. application; most noticeable under Windows 95 when using the Font Browser from
  345. Control Panel
  346.  
  347. Added command line option '/p' to automatically print all files named on the
  348. command line and exit. Note that file names containing spaces need to be
  349. enclosed in quotes; a suitable command to associate with a file type would be
  350.          pfe32 /p "%1"
  351. or       pfe /p %1
  352.  
  353. Fixed various bugs causing GPFs when printing files whose pathnames contain
  354. long final component
  355.  
  356. Added File Print All command to print all open files in one operation
  357.  
  358. Added DDE commands FilePrint() and FilePrintAll()
  359.  
  360. [PFE32] Fixed bug causing the main window to be created slightly displaced from
  361. its last closing position if the taskbar was set to be always on top and not
  362. automatically hidden on Windows 95 and Windows NT with the new shell
  363.  
  364. [NT-PPC] 3D effects in dialogs are now supported
  365.  
  366. To avoid problems when distributing PFE as separate files on CDROM, the helper
  367. modules $pfedos.exe and $pfeds32.exe, which handle the Execute DOS Command To
  368. Window command, are now called pfedos.exe and pfedos32.exe respectively
  369.  
  370. [WIN95] The pfedos32.exe helper module has been redesigned to work around some
  371. Windows 95 bugs affecting communication between processes which can cause the
  372. display window, and in some cases the entire system, to lock up
  373.  
  374. Added DDE POKE items FileOpenEx and FileViewEx, which have the same
  375. functionality as the previous FileOpen and FileView items, but use a new data
  376. format supporting long file names containing spaces. New applications should
  377. use the new items in preference to the old ones.
  378.  
  379. Fixed bug causing some options in the Window Control panel of the Options
  380. Preferences dialog to be switched in effect
  381.  
  382. General release October 17 1995
  383.  
  384.  
  385. 0.06.001
  386. --------
  387.  
  388. Screen font options have been removed from the Options menu; the functionality
  389. is now in the Screen Font panel of the Options Preferences dialog. The mappable
  390. commands have been retained
  391.  
  392. Files opened from the MRU list on the file menu now normally open with the
  393. window at the same position in the MDI workspace, and the caret at the same
  394. position in the file, as when they were closed. Holding Shift down when the
  395. menu item is selected suppresses this action.
  396.  
  397. When a file is selected from the MRU list in the File menu, holding the Control
  398. key down as the menu item is selected will force it to be opened in read-only
  399. mode
  400.  
  401. Window and caret positioning data can optionally be used when files are opened
  402. from the various File Open dialogs, over a DDE link, or from the command line.
  403. The DDE commands FileOpen and FileView by default do not use saved position
  404. data to avoid disturbing other applications, but may change this with a new
  405. optional extra argument. A command line argument /w0 prohibits use of recorded
  406. positions for command line files, and /w1 forces use.
  407.  
  408. [PFE32] Fixed bug that would stop PFE coming to the foreground if control is
  409. passed from another instance
  410.  
  411. Added DDE command "ComeToForeground()" to restore PFE from iconic and make it
  412. the active foreground window
  413.  
  414. Fixed bug that did not make filenames given on the command line absolute if
  415. control was passed to another instance
  416.  
  417. If a window being printed contains a highlight, the default in the File
  418. Print dialog is now to print the selected text only, rather than the
  419. whole file
  420.  
  421. Many minor adjustments for compatibility with Windows 95
  422.  
  423. [WIN95] The Exit Windows dialog now works correctly
  424.  
  425. Icons redesigned to reflect the new split into 16-bit and 32-bit
  426. editions rather than Windows and Windows NT versions
  427.  
  428. [PFE32] Fixed bug cause the Execute dialogs to fail if the working
  429. directory path was specified as a relative name
  430.  
  431. Fixed bug causing the bitmap images in horizontal toolbar buttons to be
  432. only partially redrawn in some circumstances
  433.  
  434. Fixed bug whereby the mouse cursor shape would change to reflect the
  435. selection location of the child window with focus when the cursor was
  436. over any other window
  437.  
  438. Fixed bug where a delete of a text area, or an undo of a typing sequence,
  439. entirely contained in one line sometimes did not update the affected line
  440. in windows showing the same file
  441.  
  442. Fixed bug which left the Options Key Mapping dialog having no control with
  443. focus when one of the buttons was clicked
  444.  
  445. [General release 31 March 1995]
  446.  
  447. 0.05.008
  448. --------
  449.  
  450. Use 3D controls in dialogs; some dialogs have been amended slightly for
  451. artistic and practical reasons (3D effects are not available for PFE32
  452. running under Win32s in this release)
  453.  
  454. Major internal redesign of the text display system
  455.  
  456. Text windows now show a small margin to the left of the text to make mouse
  457. pointing easier
  458.  
  459. Fixed bug that led to underscore characters not being printed on some printer
  460. drivers
  461.  
  462. Added Options Preferences command to set all configurable items; editing the
  463. ini file is no longer necessary and is discouraged
  464.  
  465. The formats and names of the [fileopen-filters], [help-files] and [managers]
  466. sections of the ini file have changed, and values set by versions prior to
  467. 0.05.008 will not be processed. To set new values, use the Options Preferences
  468. command
  469.  
  470. Fixed a bug in the File Open and related dialogs, whereby anything typed
  471. between issuing the command and the dialog's appearing would leak into any
  472. active edit window
  473.  
  474. [PFE32] Fixed a bug that would cause some filenames to be erroneously lower-
  475. cased
  476.  
  477. Fixed a memory leak caused by the DDE service name not being freed from the
  478. atom table on termination
  479.  
  480. Fixed bug that would save changed key map data to the standard default file if
  481. changes were unsaved at closedown, even if the user had used the /k command
  482. line option to specify another keymap file
  483.  
  484. [PFE32] Fixed a bug that caused the Save As sub-dialog of the Options Key Map
  485. dialog always to lower case the supplied filename
  486.  
  487. Added a configuration option in Options Preferences to allow the keymap file
  488. loaded by default at startup to be specified
  489.  
  490. The file extension used when backing up to files in the same directory as the
  491. original can now be specified through Options Preferences
  492.  
  493. The maximum number of recently-used files shown on the File menu has been
  494. increased to 32; to accomodate the larger menu length, the Options Preferences
  495. command can be used to specify that the list be placed in a second column
  496. rather than appended linearly to the File menu
  497.  
  498. Fixed a bug causing wildcarded files on the command line to be opened in write
  499. mode regardless of any /v options specifying read-only
  500.  
  501. Colours used for the MDI workspace, the status bar and the toolbar can now be
  502. configured with the Options Preferences command
  503.  
  504. The Options Default File/Window Modes and Options Current File/Window Modes
  505. commands have been completely redesigned, and are now Options Default Modes and
  506. Options Current Modes respectively. Modes now include text colours, and are
  507. stored for sets of wildcardable file name patterns known as mode groups rather
  508. than on an individual file extension basis. Mode values saved by earlier versions
  509. of PFE will need to be redefined with Options Default Modes
  510.  
  511. Added the ability to select that a block caret be used for insert mode
  512. and a line caret for overtype mode, reversing the default state
  513.  
  514. Added an Open Other File button to the More Files MRU list dialog, to
  515. allow a quick way of getting to the File Open dialog if the desired file
  516. is not in the MRU list
  517.  
  518. Fixed bug in Execute DOS Command to Window dialog that limited command
  519. line length to whatever would fit in the Command Line edit control
  520. without scrolling
  521.  
  522. The data format in a DDE Request from another application is now correctly
  523. checked; PFE will respond only if the format is CF_TEXT
  524.  
  525. Added Browse Working Directory buttons to the Execute DOS Command to
  526. Window, Execute Launch Application and Execute Launch Windows Tool
  527. dialogs
  528.  
  529. A commmand line, rather than simply an executable name, can now be
  530. specified in Options Preferences as the object to be run by the Execute
  531. DOS Prompt command
  532.  
  533. The EditGotoLine dialog and EditGotoLine DDE command now accept a file
  534. position specification string, allowing absolute or relative movement
  535. to lines and to window columns or characters within lines
  536.  
  537. Added a -g command line option introducing a file position
  538. specification, which is used to move automatically to the specified
  539. location in the first file named on the command line
  540.  
  541. Tool bar and status bar commands have been removed from the Options menu
  542. and the functionality transferred to the Options Preferences dialog. The
  543. key-mappable commands are still available
  544.  
  545. Fixed bug causing GPF when > 64 characters were deleted with delete
  546. forward or back, the file was closed without saving, and the question on
  547. saving changes was answered "no"
  548.  
  549. The MRU Files dialog now allows the selected file to be opened in read-
  550. only mode
  551.  
  552. The default behaviour where the first mouse click moving between child
  553. windows does not move the caret can now be changed with Options Preferences
  554.  
  555. The tool bar paste button is now correctly set when other applications
  556. move data on and off the clipboard
  557.  
  558. Scroll bars in the MDI desktop window, normally created when an edit
  559. window is partly out of view, can now be suppressed with the Options
  560. Preferences command
  561.  
  562. When auto-minimizing the main window when the last edit window is
  563. closed, PFE now transfers activation to the next window in Windows'
  564. list rather than retaining focus in its own icon
  565.  
  566. The directory containing the initialisation file can now be specified
  567. with the Options Preferences command
  568.  
  569. PFE now checks whether the disk versions of files being edited have been
  570. altered by other applications or network workstations; checks are made
  571. whenever PFE becomes the active application, and when any file is saved
  572.  
  573.  
  574. 0.05.007
  575. --------
  576.  
  577. Fixed untidy button alignment in the EditGotoLine dialog
  578.  
  579. The Find and Replace With edit controls in the Replace dialog now can be
  580. scrolled horizontally to see the whole of long strings
  581.  
  582. The file type for backup files has changed from ".&&&" to ".$$$" to avoid
  583. problems with command processors using "&" as a special character
  584.  
  585. The mouse cursor is now set to a hand when over a drag-and-droppable
  586. highlighted area for a better cue to the user
  587.  
  588. [PFE32] Fixed a bug that led to a drag-and-drop operation being recorded as two
  589. undo actions, with a spurious Undo Paste action being left active
  590.  
  591. The mouse cursor is now less flickery when a highlight is being extended by
  592. dragging with the left button down
  593.  
  594. Fixed a bug that could lead to Alt key menu-accelerators being ignored in
  595. complicated circumstances
  596.  
  597. The Save As button in the Options Key Mapping dialog is now enabled only when
  598. the key mapping has changed
  599.  
  600. Circumvented a Common Dialog bug that ignored the Read Only checkbox when
  601. multiple files were opened at one time with the FileOpen dialog
  602.  
  603. Fixed several major bugs in the memory manager that could lead to GPFs sometime
  604. after deleting a large section of a file
  605.  
  606. Fixed a loader bug that allocated control blocks inefficiently when a file
  607. was loaded and consumed more memory than necessary
  608.  
  609. Fixed a bug in the Options Key Map dialog whereby the Change button could be
  610. clicked with no command selected in the Commands section, leading to a GPF in
  611. PFE16 and (probably) the wrong thing happening in PFE32
  612.  
  613. Fixed a bug that prevented the key sequences Esc Space, Ctrl+Space and
  614. Ctrl+Alt+Space being mapped to commands
  615.  
  616. Fixed a bug that would cause a hang or a GPF if a Find string that ended in
  617. a '\' character was specified; a Replace string that ended in '\' would be
  618. incorrectly handled also
  619.  
  620. The '^' character is no longer supported as an escape in Find and Replace
  621. strings; '\' must now be used
  622.  
  623. Fixed a bug that would cause the NumLock and CapsLock status bar indicators to
  624. get out-of-state with the keyboard if the lock keys were allowed to auto-repeat
  625.  
  626. Added DDE enquiry topic "VersionString" that returns the id of the current
  627. version in "x.yy.zzz" format as in the Help About dialog
  628.  
  629. Added command EditSelectLine and corresponding DDE command to select all the
  630. text in the line containing the caret, leaving the caret at the left hand end
  631.  
  632. Fixed a bug that would cause a GPF on startup if any ini file argument
  633. contained an embedded quote. This would commonly occur if Find/Replace strings
  634. had been saved
  635.  
  636. Fixed a bug that could cause saved find/replace strings containing quotes or
  637. commas to be corrupted or ignored on startup
  638.  
  639. Fixed a bug that lost the state of the "show full pathnames" checkbox in the
  640. file MRU dialog between successive uses of the dialog
  641.  
  642. Fixed a bug that allowed the EditDeleteSelection command to be invoked from the
  643. keyboard with no text selected, causing a GPF
  644.  
  645. The OK button in the Execute DOS Command to Window and Execute Launch
  646. Application dialogs is now enabled when the command is chosen with the Browse
  647. button
  648.  
  649. The File Name command now marks the file as having been altered, allowing it
  650. easily to be saved under its new identity
  651.  
  652. The Window Next command no longer hangs the system if used when some windows
  653. are iconic
  654.  
  655. Edit Repeat Last Find and Edit Repeat Last Replace no longer cause hangs or
  656. GPFs if invoked when no previous find or replace has taken place
  657.  
  658. Added backup-mode=5 to the [options] section of the ini file to disable all
  659. file backups
  660.  
  661. Fixed bug where adding a template to a template file could fail to note that
  662. the in-store copy of the file had changed, and make it impossible to detach the
  663. template file
  664.  
  665. Fixed bug where template files larger than about 32K (but under the maximum
  666. permitted size of around 62K) failed to attach, with a "template file is not a
  667. valid size" message
  668.  
  669. Fixed bug that did not check whether a template file contained the maximum
  670. supported number of templates (64) before saving another one, leading to file
  671. corruptions
  672.  
  673. Fixed bug where a template could be saved to a template file and make it larger
  674. than the maximum supported size (about 62K)
  675.  
  676. Fixed bug where updating a template in a template file would fail if there was
  677. insufficient space in the template file for both the old and new versions of
  678. the template
  679.  
  680. File names containing '&' characters are now correctly displayed in the MRU
  681. list on the File menu
  682.  
  683. The Options Default File/Window Modes dialog now allows Read Only mode to be
  684. defined
  685.  
  686. The keyboard handlers have been changed to make the right hand Alt key
  687. functional on US keyboards. On non-US keyboards the key should function as
  688. AltGr for national character generation
  689.  
  690. Child windows now are constrained to be no smaller than 3 full lines of text in
  691. depth and 10 characters in width. This overcomes various GPFs in code that
  692. assumed a minimum window size was being enforced by someone else.
  693.  
  694. Fixed a bug that did not return focus correctly to a child window if the
  695. Execute DOS Command to Window or similar command was run, unsaved files
  696. existed, and the user replied Cancel to the query on whether to save them
  697.  
  698. Fixed a bug that caused filenames that contained "." and ".." directory
  699. components not be made absolute if passed on the command line
  700.  
  701. Fixed a bug that showed an un-necessary drive letter in a filename in the MRU
  702. list if the drive had been specified in upper case
  703.  
  704. The File Name command now correctly lower-cases the supplied filename under
  705. Windows 3
  706.  
  707. The subdirectory name used for backups when the appropriate mode is selected
  708. can now be 12 characters long, allowing the full 8.3 filename format
  709.  
  710. General release 12 July 1994
  711.  
  712.  
  713.  
  714. 0.05.006
  715. --------
  716.  
  717. EditTextInsertASCIICode now correctly inserts Ctrl+I as a single 0x09 character
  718. regardless of whether the window is set for soft tabs
  719.  
  720. Added functions CaretTopOfWindow (Ctrl+PgUp) and CaretTopOfWindowSelect
  721. (Ctrl+Shift+PgUp), and a corresponding DDE command CaretTopOfWindow, which move
  722. the caret to the top left of the current window
  723.  
  724. Added functions CaretBottomOfWindow (Ctrl+PgDn) and CaretBottomOfWindowSelect
  725. (Ctrl+Shift+PgDn), and a corresponding DDE command CaretBottomOfWindow, which
  726. move the caret to the bottom left of the current window
  727.  
  728. Added functions CaretStartOfText (Alt+Home) and CaretStartOfTextSelect
  729. (Alt+Shift+Home), and a corresponding DDE command CaretStartOfText, which move
  730. the caret to the first non-white-space character in the current line
  731.  
  732. A number of function names and DDE command names have changed to be more
  733. consistent with others:
  734.     EditGotoEnd[Select]    now    CaretEndOfFile[Select]
  735.     EditGotoStart[Select]    now    CaretStartOfFile[Select]
  736.     CaretHome[Select]    now    CaretStartOfLine[Select]
  737.     CaretEnd[Select]    now    CaretEndOfLine[Select]
  738.  
  739. Fixed a bug that would cause strange behaviour if WindowTileVertical was
  740. used with the current child window maximized
  741.  
  742. Fixed a bug that would leave the caret and the insertion point at different
  743. places if EditShowCaret was used with the caret in the line immediately above
  744. or below the visible window
  745.  
  746. Changed the menu accelerator keys for Edit|Copy and Edit|Cut to be compliant
  747. with standard Windows usage
  748.  
  749. Fixed a bug that would cause PgUp and PgDn to corrupt the undo stack, leading
  750. to subsequent GPFs or data corruption
  751.  
  752. [PFE16] Fixed a bug whereby pressing and releasing AltGr would stop keypad and
  753. caret movement keys working again in the session
  754.  
  755. The default backup mode is now to keep the file in the same directory as the
  756. original, with a file type of ".&&&", and the backup-mode numbers in the
  757. [options] section of the ini file have changed to make this '0'
  758.  
  759. [PFE32] Circumvented a Win32s 1.1 bug that would corrupt the font size set
  760. in the printer and screen font selection dialogs when running the 32-bit version
  761. under Windows 3.1
  762.  
  763. General release on 13 January 1994
  764.  
  765.  
  766. 0.05.005
  767. --------
  768.  
  769. Fixed a bug whereby an Edit Copy following a sequence of typing or deleting
  770. would corrupt the undo stack and lead to a GPF sometime later
  771.  
  772. Menu items now show descriptive text in the status bar when they are selected
  773.  
  774. Status bar updates are now somewhat smoother and less flickery
  775.  
  776. [PFE32] DOS Command-with-capture menu and toolbar items are now correctly
  777. disabled under Win32s
  778.  
  779. Backup now has two modes, selectable with the 'backup-mode' key in the
  780. [options] section of the ini file; files can be backed up either to
  781. subdirectories with the same name, or in the same directory as the original
  782. with a file type of ".&&&"
  783.  
  784. The documented escape character in search strings is now '\' (so that, for
  785. example, a tab is '\t'). The old '^' escape is still supported for the moment,
  786. but needs to be phased out to allow regular expressions to be implemented
  787.  
  788. Fixed a bug that would prevent network printers identified by UNCname being
  789. correctly remembered as the default printer between sessions, and would prevent
  790. the settings for such printers being remembered
  791.  
  792. Fixed a bug that would cause a machine using PathWorks to report a network fail
  793. on drive "?" when PFE was started in the root directory of a drive
  794.  
  795. [PFE32] File names are no longer forced to be lower case in any circumstances,
  796. avoiding problems in case-aware filing systems like NTFS
  797.  
  798. The Execute DOS Command to Window and Execute Launch Application dialogs now
  799. record the last 8 command lines executed, and the last 8 working directories
  800. visited
  801.  
  802. Fixed a bug that would add the wrong title to an attachment icon when mailing a
  803. file via a MAPI mailer
  804.  
  805. Line numbering is no longer confused when printing a file with Form Feed
  806. characters appearing other than at the beginning of lines
  807.  
  808. Toolbar buttons and menu items are now set up correctly when a file is opened
  809. in read only mode by File View
  810.  
  811. Added a language type "TeX"; this differs from plain text only in that "-" is
  812. not considered a break point for line wrapping
  813.  
  814.  
  815.  
  816. 0.05.004
  817. --------
  818.  
  819. Fixed several bugs synchronising undo actions across windows showing the same
  820. file
  821.  
  822. Added a command line option '/v' which will cause all files named on the
  823. command line to be opened in read-only mode
  824.  
  825. Fixed a bug that caused brace matching to fail in some files with language type
  826. of "(none)"
  827.  
  828. Added menu items Execute Program Manager and Execute Task Manager and related
  829. commands
  830.  
  831. Fixed a bug that could cause file corruption or GPFs when undoing a 'delete
  832. back' action
  833.  
  834. Fixed a bug that would cause a GPF when the Ins key was pressed when no file
  835. was open
  836.  
  837. Fixed bugs with non-English keyboards that prevented AltGr+number keys from
  838. generating characters like { and }
  839.  
  840. Fixed bugs that could interfere with use of the numeric keyboard to synthesise
  841. character codes
  842.  
  843. File save actions now clear the stack of recorded undo actions by default; this
  844. can be changed with the 'save-clears-undo' setting in the [options] section of
  845. the ini file
  846.  
  847. Fixed a file handle leak that would occur whenever a write to disk operation
  848. failed
  849.  
  850. By default, any operation that saves a file to disk will now take a backup copy
  851. of any existing file of the same name before starting; this can be controlled
  852. by setting the "Backup" file mode
  853.  
  854. Fixed bugs in the EditTextWidenBrace command that would fail to locate closing
  855. braces occurring immediately after an existing selection
  856.  
  857. [PFE32] Fixed a bug that would cause random GPFs and malfunctions in handling
  858. DDE commands
  859.  
  860. The EditCopy DDE command now works as documented
  861.  
  862. Added context help search, to provide help on text in edit windows, available
  863. from the Help Context Help command or a double click on the right mouse button
  864.  
  865. The Window Tile Vertical command now preferentially locates windows showing
  866. command output at the top of the screen
  867.  
  868. [PFE16] Fixed a bug that could leave work files created to catch command output
  869. undeleted
  870.  
  871. The horizontal scroll bar algorithms have been changed, and the thumbtack is
  872. now more usable on files of normal line widths
  873.  
  874. The name of the file in the current window can now automatically be substituted
  875. in command lines executed by the Execute DOS Command To Window, Execute Repeat
  876. DOS Command To Window, and Execute Launch Application commands
  877.  
  878.  
  879.  
  880. 0.05.003
  881. --------
  882.  
  883. The Execute File Manager, Execute Control Panel and Execute Print Manager
  884. menu items and related commands now work correctly after being broken in
  885. 0.05.002
  886.  
  887. When setting a selection as the default find string, the Edit Find and Edit Replace 
  888. dialogs now correctly translate characters with codes greater than 127 into "^xnn"
  889. notation
  890.  
  891. When undo returns a file to an unchanged state, the toolbar Save button and File
  892. Save menu items are now de-activated
  893.  
  894. Fixed a bug causing Dr Watson to report parameter validation errors in
  895. ModifyMenu on startup or on load of a keymap file
  896.  
  897. The EditCMatchBrace command has been renamed EditTextMatchBrace and now has a menu
  898. item mapped to Ctrl+B. If the window has a language of "none", brace matching
  899. is done on {}, [], () and <> without regard to any syntactic elements; if the
  900. language is "C", matching is done on {}, [] and () and (some) C syntax is taken
  901. into account
  902.  
  903. Added command EditTextMatchBraceSelect, mapped to Shift+Ctrl+B, which acts as for
  904. EditTextMatchBrace but also selects the text between and including the braces
  905.  
  906. Fixed a bug that would cause problems if brace matching was used when any text
  907. was highlighted
  908.  
  909. Fixed a bug that made the KeyPad5 key unusable
  910.  
  911. Added a command EditTextWidenBraceSelect, mapped to Shift+Ctrl+W, which selects
  912. successively larger areas of text between braces, using the same brace location
  913. algorithms as EditTextMatchBrace
  914.  
  915. Fixed a bug introduced in 0.05.002 that caused the Tab key (and the EditInsertTab
  916. command it maps to by default) to insert a hard tab even if soft tabs were
  917. selected for the window
  918.  
  919. The "Add Ctrl+Z On Save" and "No EOLN after last line" check boxes in the
  920. Options Default File/Window Modes dialog now work correctly
  921.  
  922. The default key mappings of Shift+Tab to EditInsertSoftTab and Ctrl+Tab to
  923. EditInsertHardTab have been removed, as these conflict with standard MDI usage
  924.  
  925. The status bar is now a little prettier when showing static text messages
  926.  
  927. The applications run by the Execute File Manager, Execute Print Manager and
  928. Execute Control Panel menu items can now be customised by means of entries in
  929. the [managers] section of the ini file
  930.  
  931.  
  932.  
  933. 0.05.002
  934. --------
  935.  
  936. Key mapping has been completely redesigned. Very many more key combinations
  937. (including Alt keys) can be mapped; any or all of Ctrl+A..Ctrl+Z and Esc can be
  938. used as prefix keys; and the Key Mapping dialog has been made far easier to
  939. use. Key map files saved with earlier versions of PFE are not compatible with
  940. the new system.
  941.  
  942. The OptionsPrefixKeys command has been removed; prefix keys can now only be
  943. configured from within the Key Mapping dialog
  944.  
  945. Added functions EditInsertTab (mapped to Tab), EditInsertHardTab and
  946. EditInsertSoftTab to insert hard/soft tabs, hard tabs always, and soft tabs 
  947. always, respectively
  948.  
  949. Added command SysSetMenuMode, mapped to F10, to highlight the leftmost item on
  950. the main menu, for compatibility with standard practice
  951.  
  952. The 16-bit and 32-bit ini and default keymap files have been separated. The
  953. Windows 3.1 version continues to use pfe.ini and pfe.key; the Windows/NT
  954. version now uses pfe32.ini and pfe32.key
  955.  
  956. Fixed a bug whereby a sequence like Find-overtype-find-overtype would corrupt
  957. the Undo stack
  958.  
  959. Keyboard macro items have been split from the Execute menu and placed in their
  960. own Macro menu
  961.  
  962. Added a "Print Manager" item to the Execute menu
  963.  
  964. The WindowCentreCaret command has been renamed EditShowCaret and now appears
  965. on the Edit menu
  966.  
  967. Message boxes that support F1 help now announce this in the status bar
  968.  
  969. Added a system menu item "Save Screen" to activate a standard Windows screen
  970. saver program immediately
  971.  
  972. Arbitrary character codes can now be specified in Find and Replace strings using
  973. the notation "^xnn", where "nn" are 2 hexadecimal digits
  974.  
  975. The Replace dialog now contains an "Undo Last" button to undo the last replace
  976. operation
  977.  
  978.  
  979.  
  980. 0.05.001
  981. --------
  982.  
  983. [PFE32] The File Mail command now loads the correct MAPI DLL (MAPI32.DLL
  984. instead of MAPI.DLL)
  985.  
  986. [PFE32] The File Save As dialog now shows a Network button on networked
  987. machines
  988.  
  989. The Goto Line dialog now correctly accepts an attempt to specify the final
  990. line of a file
  991.  
  992. Form Feed characters can now be specified in Find and Replace strings using
  993. the notation "^f"
  994.  
  995. Moved the hot-spot in the toolbar 'hand' cursor to the tip of the index finger,
  996. to make use more intuitive
  997.  
  998. Fixed a bug that would cause a UAE if Edit Select All or Edit Select Word were
  999. followed by any cursor movement key that also extended the selection
  1000.  
  1001. File loading has been made faster; load time is now much closer to proportional
  1002. to file size, rather than degrading progressively as lines are loaded
  1003.  
  1004. When a file is opened, the loader now displays the first window's worth of text
  1005. as soon as it is read from disk, to give better feedback on what is happening
  1006.  
  1007. The Edit Find and Edit Replace dialogs now retain the last 8 strings used, and
  1008. these can be reselected from drop-down list boxes. Optionally, the strings can
  1009. be recorded at the end of a session and reloaded in the next
  1010.  
  1011. The Edit Find and Edit Replace dialogs now default the text in their Find What
  1012. edit controls to the first 256 characters of any selected text in the current
  1013. window. The previously-used search string will always be available as the first
  1014. in the drop-down list
  1015.  
  1016. Added a command EditTextInsertASCIICode, mapped to Ctrl+Q by default, which
  1017. runs a dialog allowing control characters and other non-typable characters to
  1018. be inserted
  1019.  
  1020. Implemented a multi-level undo facility to reverse edit actions
  1021.  
  1022. Added file modes to strip any trailing Ctrl+Z when a file is loaded;
  1023. to automatically add a Ctrl+Z to the end when a file is saved; and to suppress
  1024. writing an EOLN terminator at the end of the last line when a file is saved
  1025.  
  1026. Added a command HelpScreenMenuHelp, mapped to Shift+F1, which enters the
  1027. help system at an appropriate point when the mouse is clicked on a menu command
  1028. or an area of the tool bar or status bar
  1029.  
  1030.  
  1031.  
  1032. 0.04.009
  1033. --------
  1034.  
  1035. [PFE16] PFE now can detect it is running under WOW and tailor things
  1036. accordingly
  1037.  
  1038. Fixed a bug that limited the maximum value of the 'mru-files-shown' ini file
  1039. option to 5 instead of the documented 8; also set the minimum value to 0
  1040. rather than 3
  1041.  
  1042. Added an ini file option 'sound-beep' to suppress all beeps associated with
  1043. message boxes
  1044.  
  1045. Ctrl+Backspace can now be mapped correctly
  1046.  
  1047. Cleared the confusion in handling mapping of Shift+Backspace; for the moment
  1048. this has required that Ctrl+Shift+H is no longer mappable
  1049.  
  1050. Fixed a bug that caused a print operation to fail when the last line of the
  1051. file was printed on the last line of any page
  1052.  
  1053. The Edit Goto Line dialog now has a system menu
  1054.  
  1055. The OK button in the Edit Goto Line dialog is now enabled only if a line number
  1056. has been typed in the Line To Goto edit control
  1057.  
  1058. The Edit Goto Line dialog now accepts line numbers preceded by "+" or "-" as
  1059. meaning relative to the current line number
  1060.  
  1061. Fixed a bug in the Default File/Window Modes dialog that would cause the tab
  1062. size to be set as a negative value if soft tabbing was selected
  1063.  
  1064. Edit controls in dialogs that accept numeric input are now insensitive to
  1065. leading and trailing white space
  1066.  
  1067. The Key Mapping dialog now prompts if there are unsaved changes when the Load
  1068. button is clicked, and correctly resets the "unsaved changes" flag
  1069.  
  1070. Changes to windows made by allowing keys to auto-repeat, and tracking of mouse
  1071. selections, should now appear better on slower machines
  1072.  
  1073. The "auto-indent" window mode is now respected by the routines that wrap text
  1074. as it is being typed
  1075.  
  1076. Fixed some bugs in control block chaining that could cause UAEs when closing
  1077. some of a large number of open windows and/or files
  1078.  
  1079. Installing a printer of an existing type, but connected to a different port,
  1080. while PFE is running no longer confuses the Print Setup dialog over which
  1081. printer is the default
  1082.  
  1083. Printers connected to files by means of a "pathname=" line in the [Ports]
  1084. section of win.ini are now handled correctly, and the filename is not corrupted
  1085.  
  1086. When text wrapping is active, typing at the end of a line that already extends
  1087. past the wrap column now correctly breaks the line at the break point closest
  1088. to, and left of, the wrap column
  1089.  
  1090. [PFE32] Circumvented a Windows/NT bug that caused a GP fault when the Apply
  1091. button was clicked in the Options Default File/Window Modes dialog and some
  1092. other dialogs (October 1992 beta only)
  1093.  
  1094. The ini file [options] setting "auto-unix" has been renamed "auto-format"
  1095.  
  1096. If PFE is exited with the tool bar floating and also hidden, the tool bar is
  1097. now drawn correctly the next time it is made visible
  1098.  
  1099. The Edit Cut tool bar button, and the key mapped to EditCut, are now correctly
  1100. disabled if the current file is marked read-only
  1101.  
  1102. PFE now correctly responds when printers are changed via Control Panel.It
  1103. no longer records the driver name in its ini file, so that it will not try to
  1104. use an obsolete driver after an upgrade
  1105.  
  1106. Fixed a bug that caused a parameter validation error in GetWindowLong if
  1107. the left button was double clicked in the menu bar and no file was open
  1108.  
  1109. Fixed further bugs that would cause looping replacing strings containing
  1110. "^n" characters
  1111.  
  1112. Fixed a bug causing a parameter validation error in SetWindowText when the
  1113. "Remap Key" button of the Options Key Mapping dialog was pressed
  1114.  
  1115. [PFE32] Full template functionality is now available. PFE32 now correctly uses
  1116. the same file format as PFE16; template files created under earlier versions of
  1117. PFE32 will no longer work
  1118.  
  1119. [PFE32] The system shutdown options in the "Exit Windows/NT" dialog now
  1120. work correctly
  1121.  
  1122. [PFE32] It is now possible to run DOS commands and capture output
  1123.  
  1124. Fixed a bug that would cause PFE to hang or misbehave while searching if the
  1125. text contained characters > 127
  1126.  
  1127. The file position in the status bar is now updated correctly after a succesful
  1128. search from the Find or Replace dialog
  1129.  
  1130. [PFE32] File Insert no longer fails with a "Cannot get file size" message
  1131.  
  1132. Fixed a bug that would cause a UAE when performing a template action after
  1133. detaching a template file
  1134.  
  1135. The File Save All command now saves all open files, and not only altered ones,
  1136. if the ini file option 'allow-save-always' is set
  1137.  
  1138. A file's save format now cannot be altered if the file is marked as read only
  1139.  
  1140. Changing the format a file is saved in via the modes dialog or with the status
  1141. bar now marks the file as changed
  1142.  
  1143. Added a DDE command EditGotoLine
  1144.  
  1145. Added an ini file option 'auto-file-action' to have PFE either create an empty
  1146. edit window or show the File Open dialog automatically if started with no file
  1147. names on the command line
  1148.  
  1149. Files whose first character is a Form Feed (0x0c) character now print correctly
  1150.  
  1151. Fixed numerous bugs affecting synchronisation of changes in duplicated windows
  1152.  
  1153. File Close now correctly asks if changes should be saved if the current file
  1154. is visible in more than one window
  1155.  
  1156. [PFE32] File Close now works correctly always
  1157.  
  1158. Fixed a bug that would randomly cause the ini file option 'open-maximized' to
  1159. be ignored
  1160.  
  1161. Fixed a printing bug that would lose the header line giving the file name when
  1162. a top margin was selected
  1163.  
  1164. [PFE32] Fixed a bug causing a UAE trying to display an empty line that is
  1165. not within a selection
  1166.  
  1167. [PFE32] Drag and drop of files from File Manager into the PFE window now
  1168. correctly opens them
  1169.  
  1170. Fixed a bug that could produce "Bad offset" warnings or misplace the caret
  1171. when inserting files larger than 8K whose last lines did not end in CRLF or LF
  1172.  
  1173. General release on April 28 1993
  1174.  
  1175.  
  1176. 0.04.008
  1177. --------
  1178.  
  1179. [PFE32] Fixed a bug that would cause a UAE on clicking the OK box of any font-
  1180. selection dialog
  1181.  
  1182. Added a 'toolbar-size' option to the ini file to override the automatic sizing
  1183. of the tool bar
  1184.  
  1185. Removed the confusing Edit|Undo menu option; it will reappear when Undo is
  1186. actually implemented
  1187.  
  1188. General release on February 1 1993
  1189.  
  1190.  
  1191. 0.04.007
  1192. --------
  1193.  
  1194. Fixed a bug that caused DDE errors to occur on startup if PFE was invoked with
  1195. file names on the command line
  1196.  
  1197. Added a "/k" command line option to allow a key map file to be specified for
  1198. loading at startup in place of pfe.key; this option implies "/m"
  1199.  
  1200. Instances started with command line options implying multi-instance mode are no
  1201. longer erroneously activated by a succeeding start without options
  1202.  
  1203. Instances started with options implying multi-instance mode no longer update
  1204. the most-recently-used-file list on termination
  1205.  
  1206. Added a "/d" option to force the DDE server to be enabled at start-up even if
  1207. options implying multi-instance mode are used
  1208.  
  1209. Where multiple printers of the same type are configured on different ports, PFE
  1210. now shows them all in the print-related dialogs instead of only the first
  1211.  
  1212. [PFE32] F1 now correctly activates context-specific help in dialogs
  1213.  
  1214. When a search operation is initiated from a Find or Replace dialog, the window
  1215. will be redrawn to show the matching string in the second line from the top, to
  1216. try to avoid it being hidden by the dialog box
  1217.  
  1218. The function names EditIndent, EditUndent, EditLowercaseSelection,
  1219. EditUppercaseSelection and EditTransposeCharacters have been changed to be
  1220. EditTextIndent, EditTextUndent and so on; key mappings to the old names will
  1221. need to be re-instated
  1222.  
  1223. Fixed a bug that could put PFE into a loop when using the Window Next command
  1224. with all edit windows iconic
  1225.  
  1226. The most-recently-used-file list can now be up to 64 names long; names not
  1227. shown on the File menu can be selected from a "More Files" dialog
  1228.  
  1229. Added a Window Select command, mapped by default to Ctrl+W, to select from many
  1230. open windows; the dialog for this replaces the standard MDI "More Windows" dialog
  1231.  
  1232. [PFE32] The DDE service name has been changed to be "PFE32", to separate the
  1233. services of the Windows/16 and Windows/NT versions
  1234.  
  1235. Remedied the omission of the Ctrl+X Ctrl+S combination from the list of keys
  1236. that can be mapped
  1237.  
  1238. The DDE command EditInsertString has been renamed EditInsert
  1239.  
  1240. Fixed bug that would leave a caret in the middle of the Find or Replace dialog
  1241. when a match was found
  1242.  
  1243. Mappable functions EditRepeatFind and EditRepeatReplace have been renamed
  1244. EditRepeatLastFind and EditRepeatLastReplace
  1245.  
  1246. Added an Options|ResetFile/WindowModes command to reset the modes of the
  1247. current window and the file it shows to those appropriate to the file type
  1248.  
  1249. The Printer Font dialog now correctly returns focus to its parent dialog on
  1250. close
  1251.  
  1252. Limited release to beta testers 20 January 1993
  1253.  
  1254.  
  1255. 0.04.006
  1256. --------
  1257.  
  1258. Dialogs now show help if F1 is pressed, as well as with their Help buttons
  1259.  
  1260. Fixed a bug introduced in 0.04.005 that caused Ctrl+End to leave the caret
  1261. showing beyond the actual end of file
  1262.  
  1263. Fixed a bug introduced in 0.04.005 that caused the File Write dialog to be run
  1264. twice
  1265.  
  1266. Fixed a bug that would leave bitmaps undeleted on exit if ever child windows
  1267. were closed by double-clicking in their system menu boxes
  1268.  
  1269. [PFE32] Scroll bar elevators now work
  1270.  
  1271. [PFE32] Child windows can now be closed by double-clicking in their system menu
  1272. boxes
  1273.  
  1274. Automatic horizontal scrolling now endeavours to keep the caret as far right in
  1275. a window as possible, which should improve the appearance of searches, word
  1276. wraps and the like
  1277.  
  1278. A command line option "/m" now allows you to force a new instance of PFE to
  1279. start even if another is running
  1280.  
  1281. Added a "DDE Server" command on the Options menu and equivalent mappable
  1282. functions to allow the DDE server system to be turned on and off at will
  1283.  
  1284. Added a DDE data item FileName to return the name of the current file
  1285.  
  1286. Added a DDE data item WindowTitle to return the title of the current window
  1287.  
  1288. Added a DDE command EditFind to perform string searches
  1289.  
  1290. Added DDE Poke items OpenFiles and ViewFiles to allow opening of several files
  1291. in a single operation over a DDE link
  1292.  
  1293. The mechanism for passing command line filenames to previously-running
  1294. instances has been rewritten to run asynchronously from the client and pass all
  1295. the filenames in one transaction, rather than in separate commands
  1296.  
  1297. The mechanism for pasting data over a DDE Poke link has been rewritten to run
  1298. asynchronously from the client
  1299.  
  1300. Limited release to beta testers 10 January 1993
  1301.  
  1302.  
  1303. 0.04.005
  1304. --------
  1305.  
  1306. The status bar has had its intelligence raised, and responds to double-left-
  1307. clicks thus: in the line/column area, it starts an Edit Goto Line dialog; in
  1308. the Read-Only area it toggles read-only mode; in the Recorder status area it
  1309. toggles the recorder on and off; in the Wrap area it toggles line wrap on and
  1310. off; in the insert/overwrite area it toggles between the settings. The only way
  1311. to banish the status bar is now from the Options menu.
  1312.  
  1313. The format a file will be saved in (DOS/Unix) is now shown in the status bar,
  1314. and can be altered by double-clicking
  1315.  
  1316. The mouse cursor now changes shape to give cues when over the tool bar, over
  1317. the status bar, and over a selection
  1318.  
  1319. Fixed a bug introduced in 0.04.004 that caused a UAE loading files in UNIX
  1320. format
  1321.  
  1322. The mouse cursor is now hidden when the user starts typing
  1323.  
  1324. Drag-and-drop operations are now disabled completely in read-only files
  1325.  
  1326. Fixed a bug that caused a UAE when a drag-and-drop area extended over more than
  1327. one line, and the drop target was in the same line as the end point of the
  1328. highlight
  1329.  
  1330. Fixed a bug that would cause PFE to loop when replacing all occurrences of end-
  1331. of-line (^n) characters
  1332.  
  1333. Fixed a bug whereby the default file name was not set up in the File Save As
  1334. dialog edit control as it should have been
  1335.  
  1336. Tool bar buttons are now set correctly if a file is changed from being read-
  1337. only to being writable
  1338.  
  1339. If a DOS command with output capture action re-uses an existing output window,
  1340. the caret is now shown in the correct position relative to the new contents
  1341.  
  1342. The Execute DOS Command to Window dialog now has an option to position the
  1343. window at the end of the output rather than at the start; this is now the
  1344. default behaviour
  1345.  
  1346. On startup PFE now checks whether files in the most-recently-used list of files
  1347. that are on local hard disks still exist, and silently removes them if not
  1348.  
  1349. When a drag-and-drop operation is aborted by pressing ESC, the caret is
  1350. returned to the start of the highlighted area and the window redrawn to show it
  1351.  
  1352. Added a File Save All command that will save all altered files, store all
  1353. altered templates, and save all altered template files
  1354.  
  1355. The "Templates" item on the main menu is now "Template" to match every other
  1356. reference to it
  1357.  
  1358. The help file has been completely rewritten and may now even be useful;
  1359. corresponding changes have been made to the Help menu
  1360.  
  1361. Dialogs now have Help buttons to give instructions on their use
  1362.  
  1363. Dialogs now all have system menu boxes
  1364.  
  1365. The File Save command now detects that a window showing DOS command output
  1366. has no associated file name, and turns itself into File Save As
  1367.  
  1368.  
  1369. 0.04.004
  1370. --------
  1371.  
  1372. A Replace All operation no longer misses out a match in a selection
  1373. produced by a previous Replace or FindNext
  1374.  
  1375. If the current window is iconic when a Find or a Replace dialog is started,
  1376. the window will be restored before the dialog box is shown
  1377.  
  1378. Added an ini file option 'allow-save-always' to allow the File|Save menu
  1379. item and the corresponding tool bar button to function even if the current
  1380. file has not changed
  1381.  
  1382. Fixed a bug that erroneously lit the tool bar cut and copy buttons after a
  1383. Find operation with 'select matching text' turned off
  1384.  
  1385. Fixed a memory manager bug that could cause data corruption or UAEs in
  1386. complex circumstances most often seen in replace operations in large files
  1387.  
  1388. Added an ini file option 'minimize-on-empty' that iconizes the main window
  1389. when the last child window in use is closed
  1390.  
  1391. File names shown as the titles of windows are now abbreviated to exclude as
  1392. much as possible of the current directory name
  1393.  
  1394. Corrected mis-spelling in status bar help line for the 'Repeat DOS Command'
  1395. toolbar button
  1396.  
  1397. PFE now records its state in the ini file correctly if Windows is shut down
  1398. while it is running
  1399.  
  1400. When a file name is changed (by File|SaveAs or File|Name) the file and window
  1401. modes now change to match those appropriate to the file type in the new name
  1402.  
  1403. The status bar INS/OVR flag is now updated correctly if insert mode is turned
  1404. on or off using the 'Set Current Modes' dialog
  1405.  
  1406. Edit|Text|Indent and Edit|Text|Undent functions now allow the current line, or
  1407. all the lines in a selection, to be indented or undented by one tab stop
  1408.  
  1409. The Shift+Backspace key combination is now mappable to functions
  1410.  
  1411. Automatic text wrapping of lines as they are typed is now implemented
  1412.  
  1413. An 'Exit Windows' item has been added to the system menu, permitting Windows to
  1414. be closed down in a variety of exciting ways from within PFE.
  1415.  
  1416. When the 'Save Changes' message box is shown on exit from the Key Mapping
  1417. dialog, focus is now correctly restored to the current edit window
  1418.  
  1419. The status bar now shows feedback on the progress of load and save operations
  1420.  
  1421. Fixed a bug that caused a spurious blank line to be created whenever a file
  1422. being loaded contained a CR-LF byte pair that straddled a storage block
  1423. boundary
  1424.  
  1425. Auto-indenting is now carried out if a line is split, or if a newline is
  1426. inserted, when the caret is in the middle of a line as well as at the end
  1427.  
  1428. PFE now has a marginally better knowledge of C syntax and handles brace lineup,
  1429. auto-indent and brace matching in a rather more useful way in C language files
  1430.  
  1431. Internal re-organisation needed for porting to Windows/NT
  1432.  
  1433. Added a way to circumvent a Windows/NT bug that refuses to show fixed-pitch
  1434. fonts in the Choose Font dialogs, affecting both the 16- and 32-bit versions;
  1435. putting 'fix-font-bug=1' in the [options] section of the ini file will show all
  1436. fonts, but attempts to select variable-pitch ones will be rejected [there is no
  1437. plan for PFE to support variable pitch fonts]
  1438.  
  1439. The File|Name, File|Write and File|Save dialogs now default the file name to
  1440. that of the current file, if it has one
  1441.  
  1442. The File|Open, File|Name, File|Write and File|Save dialogs now independently
  1443. record the filename filter last used, and take that as the default on the next
  1444. invocation
  1445.  
  1446. A drag and drop operation can now be aborted by pressing ESCAPE before
  1447. releasing the left mouse button
  1448.  
  1449. Up to five user-defined items may now be added to the Help menu, each one
  1450. invoking a specified Windows help file. The menu item Help|WindowsSDK has been
  1451. deleted; you should insert an entry in the [help-files] section of the ini file
  1452. to access it.
  1453.  
  1454. Limited release to beta testers 21 December 1992
  1455.  
  1456.  
  1457.  
  1458. 0.04.003
  1459. --------
  1460.  
  1461. The tool bar buttons are now maintained at approximately the same physical
  1462. size on all screen resolutions
  1463.  
  1464. Changed the way child windows are opened maximized for a better visual
  1465. appearance, avoiding a transient restored state
  1466.  
  1467. Files can be mailed using MAPI-compliant mail systems
  1468.  
  1469. The way that the termination of DOS commands is detected has been changed,
  1470. and no longer calls GetModuleUsage with an invalid module handle
  1471.  
  1472. The menu item for "Repeat DOS Command", and the "Run DOS Command" toolbar
  1473. button, are now disabled while a DOS command is running
  1474.  
  1475. Search and Replace operations now use the common dialogs. To be consistent,
  1476. "Search" has been changed to "Find" in menus and command names
  1477.  
  1478. The file name is now shown in the print Abort dialog, and a faulty call to
  1479. SetDlgItemText with an invalid control handle corrected
  1480.  
  1481. Fixed a bug that caused a UAE if a strictly empty file was loaded and
  1482. a character was typed (this would happen if PFE was used as the editor for
  1483. WinQVT/net's POP mailer)
  1484.  
  1485. The cursor now changes to an hourglass when cutting or deleting a selection
  1486.  
  1487. The format of the [modes] section of the ini file has changed slightly. Soft
  1488. tabs are no longer recorded as a -ve tab size, but as a positive value with
  1489. a bit flag in the window modes word. Versions of PFE from here on will accept
  1490. the old format on startup, but write the new one
  1491.  
  1492. Auto-indenting now inserts the relevant number of spaces instead of a single
  1493. tab character if the window is set to use soft tabs
  1494.  
  1495. Fixed a bug that caused a non-ANSI screen font selected in one session to
  1496. be incorrectly selected on subsequent sessions
  1497.  
  1498.  
  1499. 0.04.002
  1500. --------
  1501.  
  1502. The "file changed" marker in the status bar has been changed from "C" to "#"
  1503. to avoid confusion with language types
  1504.  
  1505. Added a standard key mapping Ctrl+Shift+O to invoke EditSplitLine
  1506.  
  1507. Fixed random return value from routine that detected a second PFE instance
  1508.  
  1509. Characters with ASCII values > 127 are now printed correctly as ANSI characters
  1510. rather than as digraphs
  1511.  
  1512. Extending a selection generated by a successful search no longer causes a UAE
  1513.  
  1514. It is now possible to set the screen font and printer font to non-ANSI as well
  1515. as ANSI fonts
  1516.  
  1517. The most-recently-used-file list is no longer erroneously appended to the
  1518. system menu instead of the File menu if the MDI child is started maximized
  1519.  
  1520. Files specified on the command line with names beginning '\' are now handled
  1521. correctly
  1522.  
  1523. Search-and-replace no longer disregards the 'read-only' status of a file
  1524.  
  1525. The filter for "*.exe" files in the Browse sub-dialog of the "Configure
  1526. Windows Tools" dialog now works correctly
  1527.  
  1528. Fixed a bug whereby some files would not be saved on exit or from a 
  1529. File|CloseAll operation if some altered files were untitled
  1530.  
  1531. General release as the second beta version on 3 November 1992
  1532.  
  1533.  
  1534. 0.04.001
  1535. --------
  1536.  
  1537. Improved scrolling behaviour when dragging a selection with a mouse and
  1538. fixed several bugs that caused the selection to freeze
  1539.  
  1540. Fixed a bug introduced in 0.03.036 that stopped drag-and-drop copy from
  1541. working
  1542.  
  1543. Fixed some UAEs when scrolling with PageUp when the caret is in the top line
  1544. of the screen, with less than one window's worth of lines above it
  1545.  
  1546. Fixed inaccurate scrolling down by pages when less than one window's worth
  1547. of lines remained below the window and the bottom line of the window was
  1548. not one full row in height
  1549.  
  1550. If PFE is terminated when the tool bar is a floating window, it will now
  1551. restart with the tool bar as a floating window
  1552.  
  1553. Making PFE iconic when the tool bar is floating no longer erroneously changes
  1554. it to a bar on the right hand border
  1555.  
  1556. The way PFE locates the Windows SDK helpfile for the Help|SDK function has been
  1557. made more sensible. If the [options] section of the ini file contains a
  1558. 'sdk-helpfile' key, the name given is used; if not, PFE looks for first
  1559. "win31wh.hlp" and then "sdkwin.hlp" on the PATH and uses the first one found.
  1560.  
  1561. Limited release to beta testers for validation as the possible beta 2 version
  1562. on 19/10/92
  1563.  
  1564.  
  1565.  
  1566. 0.03.036
  1567. --------
  1568.  
  1569. When configuring the first tool in the Configure Windows Tools dialog, the
  1570. Add button now correctly becomes active as soon as something is typed in
  1571. the Command Line edit control
  1572.  
  1573. The default mapping of Ctrl-P to File|Print is now shown on the menu
  1574.  
  1575. Fixed a bug whereby, if PFE was maximized, made iconic, and closed from the
  1576. icon's system menu, it would restart restored rather than maximized
  1577.  
  1578. Added an ini file setting "start-maximized" to the [options] section, which
  1579. controls whether PFE starts maximized, overriding the saved state at last
  1580. closedown
  1581.  
  1582. Shift-PgUp and Shift-PgDn no longer cause UAEs or select the wrong sections of
  1583. text
  1584.  
  1585. Added an ini file [options] setting "track-vertical-thumbtack" that controls
  1586. whether PFE scrolls to follow vertical thumbtack dragging
  1587.  
  1588. PFE now leaves selected text highlighted after it is copied to the clipboard.
  1589. An ini file [options] setting can specify that highlighting is to be removed
  1590.  
  1591. Key names in menus and the Key Mapping dialog now use '+' rather than '-'
  1592. to link components, to be CUA compliant
  1593.  
  1594. The Settings menu has been renamed Options
  1595.  
  1596. Corrected a bug in the command line parser that would cause DDE commands and
  1597. ini file lines whose last argument was in quotes to be mis-parsed
  1598.  
  1599. Added a most-recently-used files list to the File menus
  1600.  
  1601. Added a menu option and tool bar action to repeat the last DOS command run
  1602.  
  1603. Corrected PgUp and PgDn and scroll bar page moves when caret is not within the
  1604. window
  1605.  
  1606. The default setting for the 'auto-unix' key in the [options] section of the
  1607. ini file is now 1, so that UNIX files will save in UNIX format by default
  1608.  
  1609. The Browse Application dialog started from the Browse button in the Configure
  1610. Windows Tools now uses a filter showing only "*.exe" files
  1611.  
  1612.  
  1613. 0.03.035
  1614. --------
  1615.  
  1616. Improved icons
  1617.  
  1618. Some development code that was accidentally left active and caused a UAE
  1619. when Ctrl-Z was pressed for an Undo has been removed; undo actions are not
  1620. yet supported
  1621.  
  1622. Fixed a bug that prevented disabling only a subset of the possible prefix
  1623. keys
  1624.  
  1625. Dragging the mouse to extend a selection should no longer leave a caret trail
  1626. on slower machines
  1627.  
  1628. Windows are now scrolled to track movements of the thumbtack in the vertical
  1629. scroll bar
  1630.  
  1631. All references to "Development Tools" in menus and functions have changed to
  1632. use "Windows Tools", to clarify the intended use of the facilities
  1633.  
  1634. Details of the actual command line used and working directory are now stored
  1635. for all Windows Tools between sessions, and not solely for the last one
  1636. used
  1637.  
  1638. Limited release to beta testers 05/10/92
  1639.  
  1640.        
  1641.  
  1642. 0.03.034
  1643. --------
  1644.  
  1645. When a window is duplicated, the second copy's scroll bars are now set
  1646. correctly
  1647.  
  1648. Fixed a bug whereby, if a window lost focus when its caret had been scrolled
  1649. out of view, the caret would be wrongly placed when the window regained
  1650. focus
  1651.  
  1652. The tool bar is now disabled when PFE is waiting for the second key of a
  1653. two-character command sequence
  1654.  
  1655. If the left button is pressed in the tool bar, and the mouse is moved out of
  1656. the tool bar before it is released, focus is now correctly restored to the
  1657. current window
  1658.  
  1659. If the left button is pressed in a tool bar button and the mouse then moved
  1660. off the button, the button will return to its down state should the mouse
  1661. move back onto it
  1662.  
  1663. When dragging the tool bar from a border, the state will now not change
  1664. unless the mouse cursor is outside the tool bar when the left button is
  1665. released
  1666.  
  1667. A 1-pixel gap between the area showing line numbers and the area showing the
  1668. text in a window has been eliminated
  1669.  
  1670. Ctrl-K can now be used as a prefix key
  1671.  
  1672. The prefix keys ESC, Ctrl-B, Ctrl-F, Ctrl-K and Ctrl-X can individually be
  1673. enabled and disabled from a sub-dialog of the key mapping dialog. When
  1674. disabled as a prefix key, each of them can be mapped to a function as required.
  1675. By default they are all disabled, and the hard-coded key mappings are now fully
  1676. CUA-compliant. As a result the format of .key files has changed
  1677.  
  1678. Pressing TAB when no file is open no longer causes a UAE
  1679.  
  1680. Page Down now does nothing if the final line of the file is visible in the
  1681. window
  1682.  
  1683. Added a File|Name menu item and equivalent DDE command that allows the file name
  1684. associated with a window to be changed without writing any data to a disk
  1685.  
  1686. The EditPageUp and EditPageDown functions have been redesigned to maintain the
  1687. caret in the same screen row, and to keep a memory of the caret column. This
  1688. means that a page down followed by a page up returns to exactly the starting
  1689. position
  1690.  
  1691. Vertical scrolling using the scroll bar now does not move the caret within the
  1692. file, but moves it with the text
  1693.  
  1694. Selections are no longer removed when the data is scrolled using the vertical
  1695. thumbtack
  1696.  
  1697. Functions EditShowNextLine, EditShowPreviousLine, EditShowNextPage and
  1698. EditShowPreviousPage have been added to give keyboard equivalents of vertical
  1699. scroll bar actions
  1700.  
  1701. Menu items File|Open, File|New and File|Print are now bound by default to Ctrl-O,
  1702. Ctrl-N and Ctrl-P as recommended in the CUA
  1703.  
  1704. Pressing a key that is not mapped no longer causes the window to scroll to
  1705. show the caret if this is not initially visible
  1706.  
  1707.  
  1708.  
  1709. 0.03.033
  1710. --------
  1711.  
  1712. Fixed a bug whereby directories whose names were a single letter or '.' were
  1713. not accepted in the Working Directory controls of the DOS Command and Launch
  1714. Tool dialogs
  1715.  
  1716. Scroll bars no longer respond to the first mouse click if their window is
  1717. inactive; the click simply activates the window without disturbing its state
  1718.  
  1719. The caret now follows the mouse cursor in a somewhat more friendly fashion
  1720. when dragging with the left mouse button down
  1721.  
  1722. The File Print dialog now allows line numbering, line wrapping and page header
  1723. options to be specified. The corresponding window mode values are now the
  1724. default settings for the dialog rather than the active settings
  1725.  
  1726. An initialisation file option now allows new windows to be created always
  1727. restored; always maximized; or maximized if and only if an existing window is
  1728. also maximized. These options can also be made conditional on the main window
  1729. being maximized too.
  1730.  
  1731. ESCAPE now closes the About dialog box
  1732.  
  1733. The vertical elevator is now correctly positioned after a search or a
  1734. Window|CentreCaret operation
  1735.  
  1736. The ini file and keymap files are now found correctly if the Windows directory
  1737. is in a JOINed or mounted directory that appears as the root directory of a 
  1738. drive
  1739.  
  1740. Printer font selection now uses the Font common dialog
  1741.  
  1742. Filenames are now correctly set in the document title used by Print Manager 
  1743. when a file is printed
  1744.  
  1745. Window titles for unnamed files, unnamed templates and command output have been
  1746. redesigned; the title for an unnamed template and a command output window now
  1747. includes a sequence number
  1748.  
  1749. PFE no longer beeps to warn of an impossible scroll request (e.g. scrolling
  1750. up a line when already in the top line)
  1751.  
  1752. The Template|SaveFile and Template|Store menu items no longer both have 'S'
  1753. as their hot key
  1754.  
  1755. The Template|SaveFile menu item now has an ellipsis to show a dialog will be
  1756. run
  1757.  
  1758. The File menu has been re-arranged for better CUA compliance
  1759.  
  1760. The top and bottom margin checkboxes are no longer confused in the Print
  1761. Setup dialog
  1762.  
  1763.  
  1764.  
  1765. 0.03.032
  1766. --------
  1767.  
  1768. Changing file and window modes with the Settings|CurrentSettings dialog no
  1769. longer erroneously lights the toolbar Cut button
  1770.  
  1771. Files can now be loaded and saved in UNIX format, using LF as a line terminator
  1772.  
  1773. Clipboard data in excess of 64K is now handled correctly
  1774.  
  1775. The File Open and File View dialogs now allow multiple files to be selected
  1776.  
  1777. Wildcarded file names can now be given both on the command line and in the
  1778. DDE commands FileOpen and FileView
  1779.  
  1780. Fixed a bug in which an invalid window handle was passed to IsIconic on
  1781. startup, which was trapped by the debugging kernel
  1782.  
  1783. Captured output from DOS commands can now be shown in an existing Command
  1784. Output window as an alternative to creating a new window
  1785.  
  1786. Windows can now be tiled in a custom vertical pattern that maximizes their
  1787. width
  1788.  
  1789. A new function FileAbandon and corresponding DDE command allows a changed file
  1790. to be closed with the changes discarded
  1791.  
  1792.  
  1793.  
  1794. 0.03.031
  1795. --------
  1796.  
  1797. Cursor resource memory is now properly freed after the toolbar has been
  1798. dragged with the multi-headed-arrow cursor
  1799.  
  1800. Text drag-and-drop is now implemented
  1801.  
  1802. When a window is duplicated, the copy now correctly inherits the text colours
  1803. and language type of the parent
  1804.  
  1805. Fixed a bug whereby a non-stock font would not be deleted on termination
  1806.  
  1807.  
  1808. 0.03.030
  1809. --------
  1810.  
  1811. If an invalid line number is entered as the target in the Goto Line dialog,
  1812. focus is now set back to the control after the error message is shown
  1813.  
  1814. Menu items to select the fixed pitch ANSI, OEM and SYSTEM fonts have been added
  1815.  
  1816. The "Free Key" and "Free All Keys" buttons in the Key Mapping dialog have been
  1817. renamed to "Unmap Key" and "Unmap All"
  1818.  
  1819. Selecting Window|Next when all windows are iconic now restores the current
  1820. window rather than entering an infinite loop
  1821.  
  1822. The Status Bar now uses the Windows variable-pitch ANSI font
  1823.  
  1824. Added an Edit|SelectAll menu item to select an entire file
  1825.  
  1826. Maximized MDI child windows can now be closed by double-clicking in the
  1827. system menu box
  1828.  
  1829. The "goto start of file" and "goto end of file" operations are now by default
  1830. invoked by Ctrl-Home and Ctrl-End rather than Ctrl-PgUp and Ctrl-PgDn, to
  1831. be in line with standard Windows practice
  1832.  
  1833. Selected text is now displayed in the correct text and background colours as
  1834. set up from the Control Panel
  1835.  
  1836. If the current window is set to have a language type of "C", Edit|SelectWord
  1837. treats an underscore character as alphanumeric, so that identifiers such as
  1838. WM_CREATE can be selected as a single entity
  1839.  
  1840. Fixed a nasty memory manager bug that could cause a UAE inserting a newline
  1841. after a line deletion in very complicated circumstances to do with the fact
  1842. that line control blocks are held in groups of 1024
  1843.  
  1844. The vertical thumbtack is now set more sensibly, reflecting the line number
  1845. of the line at the top of the window
  1846.  
  1847. Positioning within a file containing more than 65535 lines by moving the
  1848. vertical thumbtack now works correctly
  1849.  
  1850. Tabstop ordering in the Print Setup dialog has been made sensible
  1851.  
  1852. Limited release to beta testers 19/08/92
  1853.  
  1854.  
  1855. 0.03.029
  1856. --------
  1857.  
  1858. Selecting text with a mouse has been enhanced. Holding SHIFT down while clicking
  1859. the left button will select between the caret and the mouse cursor, or will
  1860. extend an existing selection
  1861.  
  1862. The Window|Widen menu option will now restore iconic or maximized windows before
  1863. resizing them
  1864.  
  1865. Shift+click on the "Toggle Keyboard Recorder" toolbar button now replays the
  1866. keyboard recording
  1867.  
  1868. The 'Save File' toolbar button now invokes the TemplateStore function if the
  1869. current window contains a template. The button state now correctly reflects the
  1870. change state of template windows
  1871.  
  1872. The caret now changes size to indicate whether a window is in insert or overwrite
  1873. mode
  1874.  
  1875. Selecting a word by double-clicking the mouse or using Edit|SelectWord no
  1876. longer selects white space to the right of the word
  1877.  
  1878. Fixed a bug whereby, after doing a Window|Tile, the wrong window would respond
  1879. to keyboard input and scroll bar actions
  1880.  
  1881. Fixed a bug which would sometimes cause File|Insert not to close the file that
  1882. was inserted
  1883.  
  1884.  
  1885.  
  1886. 0.03.028
  1887. --------
  1888.  
  1889. The font used in edit windows may now be selected from all the available
  1890. fixed pitch ANSI screen fonts
  1891.  
  1892. The 'search' dialog now permits you to specify whether the matching string
  1893. is to be selected or not (the default is settable in the ini file). The
  1894. dialog also allows you to choose to extend the selection from the initial
  1895. caret position to the matching string
  1896.  
  1897. All dialogs have been redesigned to use 8pt MS Sans Serif text instead of
  1898. 10pt System
  1899.  
  1900. The algorithm for positioning the caret in the text when the left mouse
  1901. button is clicked has been improved: clicking in the left half of a
  1902. character cell places the caret to the left of that character, and clicking
  1903. in the right half places it to the right
  1904.  
  1905. The "Key Mapping" dialog now permits a key to be remapped from one function to
  1906. another with a single button click, instead of needing first to free it and
  1907. then map it to the target function
  1908.  
  1909. The "Free All Keys" button in the "Key Mapping" dialog now requests
  1910. confirmation before proceeding
  1911.  
  1912.  
  1913.  
  1914. 0.03.027
  1915. --------
  1916.  
  1917. Minor internal changes to make the source compatible with MSC 7.0
  1918.  
  1919. The Edit|Text|Uppercase and Edit|Text|Lowercase functions now correctly
  1920. mark the file as being changed. They also produce an error if used
  1921. on a read-only file. Both now handle characters with ASCII codes > 127
  1922. properly; note, though, that neither these, nor anything else in PFE,
  1923. will work with Kanji or other languages using 2-byte codes
  1924.  
  1925.  
  1926.  
  1927. 0.03.026
  1928. --------
  1929.  
  1930. Altered files can now be saved to disk automatically before running a
  1931. DOS command or launching an application or a development tool
  1932.  
  1933. The details of the last-used DOS command, application or development tool
  1934. are now remembered between PFE sessions. The details of the last used
  1935. development tool are also shown as the default each time the dialog is
  1936. started
  1937.  
  1938. The Run DOS Command dialog box now has a Browse button
  1939.  
  1940.  
  1941.  
  1942. 0.03.025
  1943. --------
  1944.  
  1945. Extra functions are now available from the toolbar by using the SHIFT and
  1946. CONTROL keys in combination with the left mouse button. See the help file
  1947. for details.
  1948.  
  1949. The "Window" menu item on the menu bar has been moved to be the last apart
  1950. from "Help", to match the standard menu layout for MDI applications
  1951.  
  1952. Windows may now be set to use "soft tabs": tabs will be inserted
  1953. as an appropriate number of spaces rather than as single 0x09 characters
  1954.  
  1955. The "Insert Template" toolbar button is now correctly set as template files
  1956. are attached and detached
  1957.  
  1958. The TemplateInsert, TemplateEdit, TemplateStore and TemplateStoreAs functions
  1959. no longer cause UAEs if no template file is attached
  1960.  
  1961. Files that have the "read only" attribute set are opened in read-only mode,
  1962. regardless of the "read only" button state in the File Open dialog
  1963.  
  1964. Characters with ASCII codes from 128-255 can now be inserted from the
  1965. keyboard
  1966.  
  1967.  
  1968. 0.03.024
  1969. --------
  1970.  
  1971. Many of the functions shown in the Key Mapping dialog, and the
  1972. equivalent DDE commands, have been renamed. They now correspond better
  1973. to the menus where they are held (or would be held)
  1974.  
  1975. A bug whereby a DDE Poke operation received DDE_FACK on a fail and
  1976. DDE_FNOTPROCESSED on successful termination has been cleared
  1977.  
  1978. A successful search now sets the toolbar cut and paste buttons correctly
  1979.  
  1980. Several new DDE commands and enquiries added
  1981.  
  1982. The syntax of the DDE commands CaretLeft(), CaretLeftWord(), CaretRight()
  1983. and CaretRightWord() is now changed so that each takes two mandatory
  1984. arguments. The first is the count of the number of characters or words
  1985. to move, and the second is 1 to extend a selection and 0 not to do so
  1986.  
  1987. To avoid confusion over what it is, the support module PFEDOS.EXE, which
  1988. is used by PFE to handle output redirection in DOS commands, has been renamed
  1989. $PFEDOS.EXE, which hopefully looks less like a DOS version of PFE. The
  1990. associated PIF file is now called $PFEDOS.PIF to match
  1991.  
  1992. Using selection-extend keys like Shift-Left after marking a selection with
  1993. the mouse now has the desired effect. Other minor bugs when moving the
  1994. caret with Shift down to extend selection have been cleared
  1995.  
  1996. Caret movement keys can now be remapped. This has required an incompatible
  1997. change in the format of key mapping files, so that files saved with
  1998. earlier releases of PFE cannot be used
  1999.  
  2000. The semantics of the default PgUp and PgDn mapping is slightly altered; if
  2001. line 1 is at the top of the window, PgUp moves to the start of the file, and
  2002. if the last line is at the top of the window, PdDn moves to the end of file.
  2003.  
  2004. Shift-PgUp and Shift-PgDn are now mapped to page up/down moves that extend
  2005. the selection
  2006.  
  2007. To be compatible with standard MDI practice, Shift-F4 now maps to
  2008. WindowTile by default, and Shift-F5 to WindowCascade. TemplateInsertMarker
  2009. has moved to F6, and CaretCentre to Ctrl-F5
  2010.  
  2011. The Goto Line dialog has been enhanced to allow optional extending of
  2012. a selection
  2013.  
  2014. ^T is now accepted as meaning TAB in a search or replace string, as well
  2015. as ^t
  2016.  
  2017.  
  2018.  
  2019. 0.03.020
  2020. --------
  2021.  
  2022. Released as the Beta 1 version of PFE 28/07/92
  2023.  
  2024.  
  2025. ------------------------------------------------------------------------------
  2026. Thanks to all the beta testers whose bug reports, comments and suggestions
  2027. have gone towards the development of PFE
  2028. ------------------------------------------------------------------------------
  2029.  
  2030.